-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement RTI problem #70
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the actual code you're running?
I don't see either of the fixes I suggested in #69
inputs/rt.in
Outdated
ix2_bc = reflecting # inner-X2 boundary flag | ||
ox2_bc = reflecting # outer-X2 boundary flag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI reflecting boundary conditions are not working and need to be merged, see #58
Realistically, this should happen later this week or early next week.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to outflow for now
src/pgen/rt.cpp
Outdated
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the deep copy that I mentioned in #69
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Co-authored-by: Philipp Grete <[email protected]>
@pgrete Once you have some output files
|
Hi @pgrete Did you get time to check this. I have implemented Jet problem from athena codebase. Same behaviour. No data is shown in movie. I reconfirmed using in KH problem in AthenaPK, the movie2d.py script works. |
Oh, wait, so you're using the |
Yes I checked on render view of paraview, it is empty. Actually movie2d script also works for problems like kh that are already implemented. For custom problem it is giving me undefined behaviour |
@pgrete ping 0x00; |
Closing this PR for now, as its idle. I will share if I found the solution |
No description provided.